Events Handling

Plant Applications models are used to capture events such as reel turn-ups, batch starts/stops, product changes, consumption of product on a production line, and so on. The Event Manager Service watches for different types of data to change and creates events based on that data. Events are created based on specific models, which describe what data to watch, and how to interpret that data to produce an event. For example, an event model may call for the event management service to watch a set of tags in the historian to capture when a batch was started or completed, capture or create the batch ID, and capture or create the product code of the batch.

See Also